From: Daniel Boles Date: Thu, 6 Jul 2017 12:59:53 +0000 (+0100) Subject: GdkRGBA: Fix typo precentage => percentage X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~488 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ac21aff55ba297da779226e8613b7645a7fd7091;p=gtk%2B3.0.git GdkRGBA: Fix typo precentage => percentage --- diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 2a8e09693a..1a66e9dcf8 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -150,7 +150,7 @@ parse_rgb_value (const gchar *str, * * Where “r”, “g”, “b” and “a” are respectively the red, green, blue and * alpha color values. In the last two cases, r g and b are either integers - * in the range 0 to 255 or precentage values in the range 0% to 100%, and + * in the range 0 to 255 or percentage values in the range 0% to 100%, and * a is a floating point value in the range 0 to 1. * * Returns: %TRUE if the parsing succeeded